runtime.pollCache.first (field)

8 uses

	runtime (current package)
		netpoll.go#L169: 	first *pollDesc
		netpoll.go#L266: 	pd.link = c.first
		netpoll.go#L267: 	c.first = pd
		netpoll.go#L615: 	if c.first == nil {
		netpoll.go#L626: 			pd.link = c.first
		netpoll.go#L627: 			c.first = pd
		netpoll.go#L630: 	pd := c.first
		netpoll.go#L631: 	c.first = pd.link